home *** CD-ROM | disk | FTP | other *** search
/ Next Step: Mars? / Next Step Mars (1994)(IVI).iso / politics.dir / 00319_Script_319 < prev    next >
Text File  |  1994-11-29  |  355b  |  20 lines

  1. on exitFrame
  2.   if rollover(7) then
  3.     go to frame "b1"
  4.   else if rollover(8) then
  5.     go to frame "b2"
  6.   else if rollover(9) then
  7.     go to frame "b3"
  8.   else 
  9.     go to frame "menu"
  10.   end if
  11. end
  12.  
  13. on enterFrame
  14.   global pnt
  15.   
  16.   set the cursor of sprite 3 to 0
  17.   set the cursor of sprite 4 to 0
  18.   set the cursor of sprite 23 to pnt
  19.  
  20. end